<stream…|2..>
Source: /avail/Avail/Data Abstractions/Streams/Abstract Streams
Categories: Data Abstractions, Streams
Construct and answer a stream that produces values from the specified tuple of streams. The result first produces the values of the first lexical argument, then the second, etc.
| Position | Name | Type | Description | |
|---|---|---|---|---|
| Parameters | ||||
| 1 | streams | <stream…|2..> | streams - A tuple of streams. | |
| Returns | stream | The requested stream. | ||